Current File : /home/jeconsul/public_html/wp-content/plugins/sureforms/inc/blocks/address/block.json |
{
"name": "srfm/address",
"title": "Address",
"description": "Displays a SureForms Address Field",
"category": "sureforms",
"keywords": [ "address", "country", "location", "field" ],
"textdomain": "sureforms",
"supports": {
"reusable": false,
"html": false
},
"example": {
"attributes": {
"preview": true
}
},
"attributes": {
"preview": {
"type": "boolean",
"default": false
},
"block_id": {
"type": "string"
},
"fieldWidth": {
"type": "number",
"default": 100
},
"label": {
"type": "string",
"default": "Address"
},
"formId": {
"type": "number",
"default": ""
},
"help": {
"type": "string",
"default": ""
},
"isConditionalLogic": {
"type": "boolean",
"default": false
},
"slug": {
"type": "string",
"default": ""
}
}
}